home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / hook < prev    next >
Encoding:
Text File  |  2001-03-21  |  317 b   |  12 lines

  1. Synopsis:
  2.    on [<modes>]hook [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the HOOK command is issued with the
  6.    appropriate arguments.  Its sole purpose is to be hooked by HOOK.  It
  7.    is useful for avoiding alias recursion.
  8.  
  9. Parameters:
  10.    $0-   text to hook
  11.  
  12.